home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / calcultr / fracti10.zip / FRACTION.DOC < prev    next >
Text File  |  1994-11-06  |  1KB  |  33 lines

  1. 06/92
  2.  
  3. FRACTION is a program allowing direct calculations with fractions, mixed 
  4. numbers, decimals, or combinations of these.  It is invoked from the command 
  5. line in any of the following forms:
  6.  
  7. fraction AAA-aa/bb <operation> CCC-cc/ddd
  8. fraction aaa/bbb <operation> ccc/ddd
  9. fraction aaa/bbb <operation> CCC-ccc/ddd
  10. fraction AAA-aa/bb <operation> ccc/ddd
  11. fraction A.aaa <operation> BBB-ccc/dd
  12.  
  13. Some examples are:
  14.  
  15. fraction 23-7/32 + 431-16/45         adds 27-7/32 and 431-16/45
  16. fraction 5-7/64 / 11.354             divides
  17. fraction 27/128 * 1-31/73            multiplies
  18. fraction 12/43 - 15/129              subtracts, etc.
  19. fraction 1.253 + 23.585
  20.  
  21. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  22.  
  23. The included source code, FRACTION.CPP, compiles in Turbo C++.  It is placed 
  24. in the Public Domain, and you are free to use it in any legal manner. Please
  25. give me credit if you do so.
  26.  
  27.  
  28. M\Cooper
  29. 3425 Chestnut Ridge Rd.
  30. Grantsville, MD 21536-9801
  31. --------------------------
  32. Email:  thegrendel@aol.com
  33.